Welcome![Sign In][Sign Up]
Location:
Search - vc bitmap

Search list

[ActiveX/DCOM/ATLRotBitmapCtrl

Description: 可以任意旋转位图的COM组件,采用VC++ATL开发,旋转速度快。-can arbitrarily rotating bitmap COM, ATL using VC development, rotation speed.
Platform: | Size: 37888 | Author: 翁丽萍 | Hits:

[GUI Developtest_src

Description: VC全屏显示的一个例程, 包括位图显示和简单声音播放-VC of a full screen display routines, including bitmap display and simple voice player
Platform: | Size: 776192 | Author: 大撒大 | Hits:

[Picture Viewer714771751206myvido

Description: 图象的处理关于图像显示、旋转、缩放的,看了看,还是没明白所以(主要是还是对图像的结构没有弄清除造成的),后来拿了一本〖VC++数字图像处理〗,主要是针对位图的基本格式及结构,搞清除后,自已试着用程序来读位图里面的信息,基本成功了 -image processing on the image display, rotation, zooming, read, or not understand why (mainly right image or not get the structure of the clearing), Later got an overview of VC digital image processing] is targeted mainly at the basic bitmap format and structure, engage removed, try to use their own procedures to read bitmap inside information essential for the success of
Platform: | Size: 6144 | Author: 好好 | Hits:

[GDI-Bitmapeditor_Image

Description: VC写的图象编辑器,能够以多种方式处理位图文件-VC write image editor, in a variety of ways to handle bitmap file
Platform: | Size: 323584 | Author: 秦通 | Hits:

[GDI-Bitmapqimageprops

Description: 此代码可以实现读取位图图像的功能,均已在vc6.0下边已通过。-this code can achieve read bitmap image features have been included in vc6.0 top candidate has passed.
Platform: | Size: 152576 | Author: long | Hits:

[GDI-Bitmapbmpio

Description: 彩色bmp位图读如内存当中,该程序是在vc++环境下运行tc代码-color bitmap Reading such as memory, the program is running under the environment vc tc code
Platform: | Size: 15360 | Author: | Hits:

[AI-NN-PRDigitalImageP

Description: 本人自己编写的数字图像处理,是用VC写的,就是如何读出位图图像-I have written to the digital image processing, is used to write the VC is how to read bitmap images
Platform: | Size: 2320384 | Author: 肖艳 | Hits:

[Graph Drawing22mklsww

Description: 用vc++实现了位图时间钟表的显示,位图可以是一些卡通图片,比如 猪和猫等。-vc used to achieve the bitmap time clocks, bitmap can be some cartoon pictures, such as pigs and cats.
Platform: | Size: 1997824 | Author: 逍遥客 | Hits:

[2D GraphicreadDIB

Description: 利用VC编写的位图读取与显示的程序。通过调试,保证正常运行。-VC prepared by the bitmap read and display procedures. Through debug, and ensure normal operation.
Platform: | Size: 153600 | Author: | Hits:

[Graph Recognize200561555616250020000

Description: 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》打开--》CDipView的OnFileOpen 函数--》 调用CDipDoc的FileOpen 函数--》并使用myDoc->UpdateAllViews(NULL) 刷新 自动调用CDipView的OnPaint函数--》调用CDipView的OnDraw函数----一个像素点一个像素点的画 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。-LPR system needs to the attention of the local : VC 6.0 do use development tools, SDI simple frame structure, handling a bitmap (interested can make MDI) 1) bitmap data is the information from the right and the left for his , and his party up his platoon. 2) pixels per line should be in multiples of four, the inadequacies of the points are filled with empty, Reading, the point to skip redundant. 3) key data exists inside Doc. BMP key data on the existence of a ImgData BYTE directly to the type of memory space (according to the Bitmap a small, dynamic allocation). 4) Data Reading come after, pay attention to the memory mapping, in order to ensure high efficiency. 5) implementation of procedures for application generation process-- "Open--" the OnFileOpe CDipView n Functions-- &
Platform: | Size: 233472 | Author: yanglin | Hits:

[GDI-BitmapBitmapPave

Description: 将固定大小的位图在窗口平铺,使用vc++6。0进行开发-fixed-size bitmap window in a flat bed, the use of vc++6. 0 for development
Platform: | Size: 37888 | Author: | Hits:

[Graph programbidEdit

Description: 在VC中实现位图处理器,处理位图文件;适用VC初学者。-in VC Bitmap processor, processing bitmap file; Apply VC beginners.
Platform: | Size: 1766400 | Author: hong | Hits:

[2D GraphicVQ_Final

Description: MFC实现的位图矢量量化程序。使用LGB算法训练码本,多次训练直到收敛到一定程度。可以输出量化结果和量化信噪比。-MFC bitmap vector quantization process. Hungarian Gripen training algorithm for the use of the code, many training until convergence to a certain extent. Output can be quantified and quantitative results SNR.
Platform: | Size: 148480 | Author: 周景荣 | Hits:

[GDI-BitmapVC_OpenDIB256

Description: 一个打开并显示位图或者像素矩阵的程序 注意:本程序没有使用DOC/VIEW架构, 所以理解起来更容易,适合初学者。 本程序支持bmp、raw格式图像的读取-an open and display bitmap pixel matrix, or the procedures to : this procedure does not use DOC/VIEW structure, make it easier to understand and suitable for beginners. This program supports bmp, raw format images read
Platform: | Size: 342016 | Author: lishi | Hits:

[Graph programjqsjxg

Description: VC++开发机器视觉算法源程序(全部集成在一个pdf文档里) 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源程序 VC++开发差影法的源程序 VC++开发投影法的源程序 VC++开发直方图均衡化的源程序 VC++转置变换的原代码 VC++平移的源代码 VC++旋转的源代码 VC++镜象变换的原代码 VC++缩放变换的原代码 实现中值滤波的源程序 通用的3*3模板的函数程序 图案法源程序 Floyd-Steinberg算法的源代码 bmp2txt源程序 实现反色的源程序 彩色图到灰度图的转换的源程序 真彩图转256色图算法的源程序 显示一幅图的灰度直方图的程序-VC++ source machine vision algorithm (all integrated in a pdf file Lane) using Visu al achieving C AVI file image interception Visual C achieve the right to read image data showed Visua l C video image processing technology VC how to operate the database of images field Visual C few realize word Image Enhancement Visual C 6.0 grayscale bitmap processing VC corrosion Operational source VC expansion of Operational source VC++ source thinning VC++ development Hough Transform source VC round Profile extraction source stack data structure and operation of VC contour tracking source VC Subtraction law of the source VC development projection of the source VC histogram equalization to the source VC transform the original home VC translation of the code generation source VC yards rotating mir
Platform: | Size: 274432 | Author: 龚璇 | Hits:

[Graph DrawingTestBitmap

Description: vc++能打开bmp文件格式的图象。是利用mfc制作的。-vc will break bmp image file formats. Use mfc produced.
Platform: | Size: 3817472 | Author: ssss | Hits:

[GUI Developvcsplash

Description: vc的启动画面,用位图自己做一个漂亮的,-vc Start Pictures with bitmap done a pretty,
Platform: | Size: 400384 | Author: 风浪 | Hits:

[DirextXBMPSurface

Description: DirectDraw 测试Bitmap文件的使用-DirectDraw testing the use of paper
Platform: | Size: 1933312 | Author: 王志杰 | Hits:

[GDI-Bitmapimage-go

Description: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源程序 VC++开发差影法的源程序 VC++开发投影法的源程序 VC++开发直方图均衡化的源程序 VC++转置变换的原代码 VC++平移的源代码 VC++旋转的源代码 VC++镜象变换的原代码 VC++缩放变换的原代码 实现中值滤波的源程序 通用的3*3模板的函数程序 图案法源程序 Floyd-Steinberg算法的源代码 bmp2txt源程序 实现反色的源程序 彩色图到灰度图的转换的源程序 真彩图转256色图算法的源程序 显示一幅图的灰度直方图的程序-achieved using Visual C AVI file image interception Visual C Realization of image data read Visual C showed video image processing technology VC how to operate the database of images field Visual C digital image enhancement processing Visual C 6.0 grayscale bitmap processing VC rot corrosion Operational source VC expansion Operational source VC++ source thinning VC++ development Hough change VC source for the development of the extract source stack data structure and operation of VC contour tracking open source VC the law Subtraction source VC projection of the source VC histogram equalization to the source VC home Transform VC-source translation of the source code VC rotating mirror source VC transform the original code VC scaling transformation of the original code is Median filterin
Platform: | Size: 274432 | Author: zhou | Hits:

[GUI DevelopClientBitMap

Description: 在VC++应用程序中的客户区如何绘制位图按钮-in VC application procedures for the district how to draw customers bitmap button
Platform: | Size: 37888 | Author: mayinxia | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 48 »

CodeBus www.codebus.net